Click or drag to resize

Request Constructor (Dialog, SipMethod)

Initializes a new instance of the Request class from the specified dialog.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Request(
	Dialog dialog,
	SipMethod method
)

Parameters

dialog
Type: Independentsoft.SipDialog
The dialog.
method
Type: Independentsoft.SipSipMethod
The method.
Exceptions
ExceptionCondition
ArgumentNullExceptionCannot create request. Dialog is null.
See Also